<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #323232;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.clearfix::before,.clearfix::after { content: " "; display: table; }
.clearfix::after { clear: both; }
.clearfix { zoom: 1; }
.pages{ padding-bottom: 20px; }

/*----------- 鐢佃剳绔� -----------*/
@media screen and (min-width:750px) {
    .pc { display: block; }
    .mob { display: none; }
    
    /*-------- common --------*/
    /* 澶撮儴 */
    .header,.container { width: 1300px; margin: 0 auto; position: relative; }
    .header { position: relative; display: flex; align-items: center; }
    .header .logo { float: left; padding: 13px 0; overflow: hidden; }
    .header .logo img { height: 100%; }
    .header .header-cap { overflow: hidden; margin-left: 6%; float: left; width: 78%; position: relative; }
    .header-cap .caption { height: 100%; float: left; }
    .caption h2 { font-size: 24px; color: #d0231b; font-weight: 800; }
    .caption p { font-size: 14px; color: #424242; margin-top: 5px; }
    .header-cap .tel { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
    .tel i { font-size: 46px; color: #d0231b;float: left; }
    .tel .tel-text { float: left; padding: 5px 0; margin-left: 10px; }
    .tel-text p { font-size: 14px; color: #515151; font-weight: 800; }
    .tel-text span { font-size: 24px; color: #d0231b; font-weight: 800; line-height: 32px; }

    /* 瀵艰埅 */
    .nav { background-color: #4d4d4d; position: relative; z-index: 30; }
    .nav .container { position: relative; }
    .navbar li { width: 14.28%; text-align: center; float: left; position: relative; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .navbar li a { font-size: 16px; color: #ffffff; padding: 14px 0; display: inline-block; width: 100%; }
    .navbar li:hover,.navbar li.active&gt;a { background-color: #d0231b; }
    .navbar li .drop-menu { padding: 10px 0; background-color: #b5140c; position: absolute; left: 100%; width: 100%; z-index: 20; visibility: hidden; opacity: 0; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .drop-menu li { width: 100%; text-align: left; padding: 0 20px; }
    .drop-menu li a { font-size: 14px; color: #ffffff; line-height: 1; text-align: center; display: inline-block; padding: 10px 0; width: 100%; }
    .drop-menu li:hover { background-color: #e22e25; }
    .drop-menu li:hover a { color: #ffffff; }
    .navbar li:hover .drop-menu { visibility: visible; left: 0; opacity: 1; }

    /* banner */
    .banner { position: relative; overflow-x: hidden; }
    .banner-img { height: 500px; overflow: hidden; }
    .banner-img ul { position: relative; }
    .banner-img li { float: left;  height: 500px;  width: 100%; }
    .banner-img li a { display: inline-block; width: 100%; height: 100%; }
    .banner-img li a { background-repeat: no-repeat; background-position: center center; }
    .banner-arrow { width: 1300px; margin: 0 auto; }
    .banner-arrow .arrow { visibility: hidden; opacity: 0; font-family: "simsun"; font-size: 45px; font-weight: 800; color: rgba(255, 255, 255, .6); background-color: rgba(208, 35, 27, .6); padding: 13px 8px; position: absolute; top: 50%; transform: translateY(-50%); transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .banner-arrow .arrow:hover { color: rgba(255, 255, 255, .9); background-color: rgba(208, 35, 27, .9); }
    .arrow-left { left: 5%; border-radius: 10px 0 0 10px; }
    .arrow-right { right: 5%; border-radius: 0 10px 10px 0; }
    .banner-icons { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); }
    .banner-icons li { float: left; width: 100px; height: 8px; background-color: #cccccc; margin: 0 10px; cursor: pointer; }
    .banner-icons li.on { background-color: #d0231b; }
    .banner:hover .banner-arrow .arrow { visibility: visible; opacity: 1; }
    .banner.banner-in .banner-img { height: 300px; }
    .banner.banner-in .banner-img li { height: 300px; }
    .banner-in .banner-icons { bottom: 8px; }
    .banner-in .banner-arrow .arrow { padding: 12px 7px; font-size: 36px; }

    /* 鍙嬫儏閾炬帴 */
    .friendslink { padding: 30px 0; }
    .friendslink .container { padding: 30px; border: 1px solid #d2d2d2; position: relative; }
    .friendslink .friendslink-l { padding-right: 40px; border-right: 1px solid #d6d6d6; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); }
    .friendslink-l p { font-size: 24px; color: #666666; line-height: 1; font-weight: 800; margin-bottom: 10px; }
    .friendslink-l span { font-size: 18px; color: #d0231b; line-height: 1; }
    .friendslink .friendslink-r { float: right; width: 89%; }
    .friendslink-r li { float: left; margin-left: 40px; margin-bottom: 5px; }
    .friendslink-r a { font-size: 14px; color: #333333; line-height: 1; }
    .friendslink-r a:hover { color: #d0231b; }

    /* 搴曢儴 */
    .footer { position: relative; background: url(../images/footer_bg.png) no-repeat; padding: 20px 0 40px; border-top: 6px solid #cccccc; }
    .footer .footer-t { padding: 20px 0 10px; }
    .footer-t .imessage-infor { float: left; margin-right: 15px; position: relative; }
    .footer-t .imessage-infor:last-of-type { margin-right: 0; }
    .imessage-infor input { font-size: 14px; color: #666666; width: 250px; height: 40px; padding: 5px 30px 5px 15px; background-color: #ffffff; }
    .iinput::-webkit-input-placeholder { font-size: 14px; color: #666666; }
    .iinput::-moz-placeholder { font-size: 14px; color: #666666; }
    .iinput::-ms-input-placeholder { font-size: 14px; color: #666666; }
    .imessage-infor.needs input { width: 595px; }
    .imessage-infor p { font-size: 12px; height: 25px; padding: 3px 10px; }
    .imessage-infor i { font-size: 14px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }
    .imessage-infor .state1 { color: red; }
    .imessage-infor .state2 { color: green; }
    .imessage-btn { font-size: 0; text-align: right; padding: 10px 0; }
    .imessage-infor button { font-size: 14px; color: #ffffff; height: 40px; padding: 5px 52px; border: none; cursor: pointer; outline: none; }
    .ibtn-submit { background-color: #ed4343; }
    .ibtn-submit:hover { background-color: #cc2929; }
    .footer .footer-b { display: flex; justify-content: space-between; }
    .footer-b .footer-infor { padding-top: 30px; }
    .footer-infor .ftitle { overflow: hidden; }
    .ftitle p { font-size: 14px; color: #ffffff; line-height: 1; }
    .ftitle .hr { width: 20px; height: 3px; background-color: #d0231b; margin-top: 10px; position: relative; z-index: 20; }
    .ftitle .line { width: 300px; height: 1px; background-color: #757575; margin-top: -2px; position: relative; z-index: 10; }
    .footer-infor .footer-text { overflow: hidden; }
    .footer-text p { font-size: 14px; color: #ffffff; line-height: 1; margin-top: 15px; }
    .footer-b .footer-logo { padding-top: 25px; font-size: 0; }
    .footer-b .footer-chat { padding-top: 25px; }

    /* 杩斿洖椤堕儴 */
    .sidebar { background-color: #d0231b; opacity: 0.6; border-radius: 3px; position: fixed; right: 4%; bottom: 20%; z-index: 999; cursor: pointer; }
    .sidebar:hover { opacity: 1; }
    .sidebar i { font-size: 30px; font-style: normal; font-weight: bold; color: #ffffff; padding: 7px 13px; display: inline-block; }

    /* 缃戠珯瀵艰埅 */
    .address-nav { overflow: hidden;  padding: 10px 0; }
    .address-nav b { font-size: 14px; color: #1f1f1f; font-weight: normal; line-height: 1; display: inline-block; }
    .address-nav i { font-style: normal; }
    .address-nav a { font-size: 14px; color: #1f1f1f; }
    .address-nav a.cur,.address-nav a:hover { color: #d0231b; }

    /* 鍒嗛〉 */
    .pagination-bar { font-size: 0; text-align: center; padding: 30px 0 10px; }
    .pagination-bar a { font-size: 16px; color: #4c4c4c; line-height: 25px; border: 1px solid #4d4d4d; background-color: #ffffff; display: inline-block; width: 25px; height: 25px; margin: 0 2px; }
    .pagination-bar a.on,.pagination-bar a:hover { color: #ffffff; background-color: #4d4d4d; }
    .pagination-bar span { font-size: 16px; display: inline-block; width: 25px; }

    /*-------- 棣栭〉鍐呭 --------*/
    
    /* 鎼滅储妗� */
    .search { padding: 20px 0; box-shadow: 0px 4px 6px #b8b8b8; }
    .search .search-key { float: left; padding: 10px 0; }
    .search-key p { font-size: 16px; color: #333333; line-height: 1; display: inline-block; margin-right: 10px; }
    .search-key a { font-size: 14px; color: #4c4c4c; line-height: 1; margin-right: 20px; }
    .search-key a:hover { color: #d0231b; }
    .search .search-box { float: right; position: relative; }
    .search-box input { width: 320px; height: 40px; padding: 10px 40px 10px 15px; border: 1px solid #dcdcdc; font-size: 14px; color: #b2b2b2; line-height: 1; }
    .search-box input::-webkit-input-placeholder { font-size: 14px; color: #b2b2b2; line-height: 1; }
    .search-box input::-moz-input-placeholder { font-size: 14px; color: #b2b2b2; }
    .search-box button { background: none; font-size: 20px; color: #d0231b; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }

    /* 浜у搧涓績 */
    .iproduct { padding: 60px 0 20px; }
    .ititle { margin: 0 auto; overflow: hidden; text-align: center; }
    .ititle img { display: table; margin: 0 auto; }
    .ititle span { font-size: 16px; color: #333333; line-height: 1; display: inline-block; margin-top: 15px; }
    .product-tab { padding: 40px 0; }
    .product-tab li { float: left; margin-right: 9px; position: relative; }
    .product-tab li:last-child { margin-right: 0; }
    .product-tab a { font-size: 18px; color: #ffffff; line-height: 1; padding: 10px 15px; background-color: #333333; border-radius: 4px; display: inline-block; position: relative; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .product-tab a::before { content: ""; visibility: hidden; opacity: 0; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #d0231b; display: inline-block; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .product-tab li.on a,.product-tab li:hover a { background-color: #d0231b; }
    .product-tab li.on a::before,.product-tab li:hover a::before { visibility: visible; opacity: 1; }
    .iproduct .iproduct-main { position: relative; overflow: hidden; }
    .iproduct .iproduct-heap { position: relative; display: none; overflow: hidden; }
    .iproduct .iproduct-heap.active { display: block; }
    .iproduct-heap .iproduct-item { width: 415px;height:400px; float: left; margin-right: 27px; font-size: 0; }
    .iproduct-heap .iproduct-item:nth-child(3n) { margin-right: 0; }
    .iproduct-item a { display: inline-block; width: 100%; }
    .iproduct-item .iproduct-img { width: 415px; height: 310px; overflow: hidden; position: relative; }
    .iproduct-img img { width: 100%; height: 310px; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img .mask { background-color: rgba(208, 35, 27, .4); position: absolute; top: 0; left: 0; right: 0; bottom: 0; visibility: hidden; opacity: 0; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img span { font-size: 18px; color: #ffffff; position: absolute; left: 50%; top: 60%; transform: translate(-50%,-50%); visibility: hidden; opacity: 0; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img::before,.iproduct-img::after { content: ""; position: absolute; top: 30px; bottom: 30px; left: 30px; right: 30px; z-index: 20; transform-origin: 0 0; -webkit-transform-origin: 0 0; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img::before { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; transform: scaleX(0); }
    .iproduct-img::after { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; transform: scaleY(0); }
    .iproduct-item:hover .iproduct-img::before { transform: scaleX(1); }
    .iproduct-item:hover .iproduct-img::after { transform: scaleY(1); }
    .iproduct-item:hover .mask { visibility: visible; opacity: 1; }
    .iproduct-item:hover .iproduct-img span { visibility: visible;top: 50%; opacity: 1; }
  
    
    .iproduct-item .iproduct-text { padding: 20px 10px; text-align: center; }
    .iproduct-text .iproduct-infor { font-size: 22px; color: #d0231b; font-weight: 800; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .iproduct-text .iproduct-con { font-size: 16px; color: #333333; line-height: 1.4; margin-top: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

    /* 閫氭爮 */
    .center { font-size: 0; }
    .center img { width: 100%; }

    /* 鍏徃绠€浠� */
    .icompany { padding: 60px 0; }
    .icompany .icompany-l { width: 400px; height: 505px; overflow: hidden; float: left; }
    .icompany-l img { width: 100%; }
    .icompany .icompany-r { width: 900px; float: left; padding-left: 40px; padding-top: 40px; }
    .icompany-r .icompany-text { margin-top: 15px; }
    .icompany-text p { font-size: 16px; color: #808080; line-height: 1.7; }
    .icompany-r .icompany-more { font-size: 14px; color: #cccccc; line-height: 1; padding: 7px 32px; margin-top: 30px; border: 1px solid #cccccc; display: inline-block; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .icompany-r .icompany-more:hover { background-color: #cccccc; color: #ffffff; }
    .icompany-r .icompany-main { padding-top: 40px; position: relative; }
    .icompany-main .swiper-container .swiper-slide { font-size: 0; }
    .icompany-main .swiper-container .swiper-slide img { width: 100%; }
    .icompany-main .swiper-container .icompany-btn { background-image: none; font-family: "simsun"; font-size: 30px; color: #ffffff; background-color: rgba(208, 35, 27, .6); padding: 10px 5px; margin-top: 0; width: auto; height: auto; position: absolute; top: 50%; transform: translateY(-50%); }
    .icompany-main .swiper-container .swiper-button-prev { left: 0; }
    .icompany-main .swiper-container .swiper-button-next { right: 0; }
    .icompany-main .swiper-container .icompany-btn:hover { background-color: rgba(208, 35, 27, .9); }

    /* 鏂伴椈涓績*/
    .inews { padding: 50px 0; background-color: #f5f5f5; }
    .inews .inews-main { padding-top: 40px; }
    .col-1 { width: 430px; float: left; }
    .col-1 { position: relative; }
    .col-1-img { width: 430px; height: 290px; overflow: hidden; font-size: 0; }
    .col-1-img a { display: inline-block; }
    .col-1-img img { width: 100%; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; }
    .col-1 .col-1-infor { padding-top: 20px; position: relative; }
    .col-1-infor .col-1-title { margin-bottom: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .col-1-infor .col-1-title a { font-size: 22px; color: #333333; line-height: 1; }
    .col-1-infor .col-1-date { font-size: 12px; color: #666666; line-height: 1; }
    .col-1-infor .col-1-con { font-size: 14px; color: #333333; line-height: 1.7; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .col-1:hover .col-1-img img { transform: scale(1.2); }
    .col-1:hover .col-1-infor .col-1-title a { color: #d0231b; }
    .inews-main .col-2 { width: 870px; padding-left: 50px; float: left; }
    .col-2 .inews-item { float: left; padding: 11px 0; margin-right: 39px; overflow: hidden; border-bottom: 1px dashed #d2d2d2; }
    .col-2 .inews-item:nth-child(2n) { margin-right: 0; }
    .inews-item .inews-date { padding: 10px 4px; background-color: #d0231b; text-align: center; float: left;  }
    .inews-date p { color: #ffffff; font-weight: 800; line-height: 1; }
    .inews-date .inews-date-m { font-size: 18px; }
    .inews-date .inews-date-y { font-size: 12px; margin-top: 10px; }
    .inews-item .inews-infor { width: 330px; float: left; padding-left: 15px; }
    .inews-infor .inews-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .inews-infor .inews-title a { font-size: 18px; color: #333333; line-height: 1; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .inews-infor .inews-con { font-size: 12px; color: #666666; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .inews-item:hover .inews-title a { color: #d0231b; }
    .inews-title:hover a { font-weight: 800; margin-left: 15px; }

    /* 鍚堜綔浼欎即 */
    .ipartners { padding: 50px 0 10px; }
    .ipartners .ipartners-main { padding-top: 40px; }
    .ipartners-main .swiper-container .swiper-slide { font-size: 0; border: 3px solid #e5e5e5; overflow: hidden; }
    .ipartners-main .swiper-container .swiper-slide img { width: 100%; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .ipartners-main .swiper-container .swiper-slide:hover { border-color: #d0231b; }
    .ipartners-main .swiper-container .swiper-slide:hover img { transform: scale(1.1); }
    .ipartners-main .swiper-container .icompany-btn { background-image: none; font-family: "simsun"; font-size: 30px; color: #ffffff; background-color: rgba(208, 35, 27, .6); padding: 10px 5px; margin-top: 0; width: auto; height: auto; position: absolute; top: 50%; transform: translateY(-50%); }
    .ipartners-main .swiper-container .swiper-button-prev { left: 0; }
    .ipartners-main .swiper-container .swiper-button-next { right: 0; }
    .ipartners-main .swiper-container .icompany-btn:hover { background-color: rgba(208, 35, 27, .9); }

    /*-------- 鍏徃绠€浠� --------*/
    
    /* 鍏徃绠€浠� */
    .add-tab { padding: 15px 0; box-shadow: 0px 4px 6px #b8b8b8; position: relative; z-index: 20; }
    .inset-tab { float: right; padding: 5px 0; }
    .inset-tab li { float: left; margin-right: 15px; position: relative; }
    .inset-tab li:last-child { margin-right: 0; }
    .inset-tab a { font-size: 16px; color: #ffffff; line-height: 1; padding: 7px 16px; background-color: #333333; border-radius: 4px; display: inline-block; position: relative; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .inset-tab li.on a,.inset-tab li:hover a { background-color: #d0231b; }
    .company,.history,.honor,.envir,.partners { padding-top: 40px; }
    .company .company-l { width: 400px; height: 505px; overflow: hidden; float: left; }
    .company-l img { width: 100%; }
    .company .company-r { width: 900px; float: left; padding-left: 40px; padding-top: 40px; }
    .company-r .company-text { margin-top: 15px; }
    .company-text p { font-size: 16px; color: #808080; line-height: 1.7; }
    .company-text p:last-of-type { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .company-r .icompany-main { padding-top: 40px; position: relative; }
    .company-r .company-main { padding-top: 70px; }
    .company-main ul { display: flex; justify-content: space-around; }
    .company-main .company-img { overflow: hidden; }
    .company-img p { font-size: 16px; color: #333333; line-height: 1; text-align: center; padding: 10px 0; }
    .company-b { padding-top: 30px; }
    .company-b .company-box { width: 312px; height: 188px; border-radius: 10px; float: left; margin-right: 17px; overflow: hidden; position: relative; z-index: 999; }
    .company-box:last-child { margin-right: 0; }
    .company-box a { display: inline-block; width: 100%;}
    .company-box img { width: 100%; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
    .company-box p { font-size: 24px; color: #ffffff; text-align: center; padding: 25% 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); position: absolute; left: 0; top: 0; }
    .company-box:hover img { transform: scale(1.2); }

    /* 浼佷笟鏂囧寲 */
    .culture .com p { font-size: 16px; color: #333333; line-height: 1.7; }
    .culture .com-1 { padding: 45px 0; background: url(../images/com_bg1.png) no-repeat center center; }
    .com-1 .com-p { width: 680px; margin-top: 20px; }
    .com-1 .com-p p:last-of-type { text-align: right; }
    .culture .com-2 { padding: 60px 0 120px; background: url(../images/com_bg2.png) no-repeat center center; }
    .com-2 img { display: table; margin: 0 auto; }
    .com-2 .com-p { margin-top: 55px; }
    .culture .com-3 { padding: 75px 0 130px; background: url(../images/com_bg3.png) no-repeat center center; }
    .com-3 img { float: right; }
    .com-3 .com-p { margin-top: 85px; padding-left: 600px; text-align: right; }
    .culture .com-4 { padding: 75px 0 90px; background: url(../images/com_bg4.png) no-repeat center center; }
    .com-4 img { display: table; margin: 0 auto; }
    .com-4 .com-p { margin-top: 40px; width: 700px; }
    .culture .com-5 { padding: 75px 0 90px; background: url(../images/com_bg5.png) no-repeat center center; }
    .com-5 .com-p { margin-top: 30px; width: 700px; }

    /* 鍙戝睍鍘嗙▼ */
    .title { display: table; margin: 0 auto; }
    .history .history-main { margin-top: 40px; position: relative; }
    .history-main .history-t { position: absolute; left: 50%; top: 0px; transform: translateX(-50%); }
    .history-main .history-b { position: absolute; left: 50%; bottom: 0; margin-left: -10px; }
    .history-main img { display: table; margin: 0 auto; }
    .history .history-item { position: absolute; width: 50%; }
    .history-item p { font-size: 24px; color: #d0231b; font-weight: 800; line-height: 1; margin-bottom: 15px; }
    .history-item span { font-size: 16px; color: #333333; line-height: 1.7; }
    .history-main .history-item:nth-child(2n+1) { left: 9px; padding: 40px 50px 20px 10px; text-align: right; background: url(../images/history_l.png) no-repeat right bottom; }
    .history-main .history-item:nth-child(2n) { right: 11px; padding: 40px 10px 20px 50px; text-align: left; background: url(../images/history_r.png) no-repeat left bottom; }

    /* 鑽ｈ獕璧勮川 */
    .honor .honor-main { padding-top: 10px; position: relative; }
    .honor-main .honor-item { width: 199px; height: 306px; border: 3px solid #e5e5e5; float: left; margin-right: 76px; margin-top: 30px; overflow: hidden; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .honor-main .honor-item:nth-child(5n) { margin-right: 0; }
    .honor-item img { width: 100%; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .honor-main .honor-item:hover { border-color: #cccccc; box-shadow: 0 0 5px #cccccc; }
    .honor-item:hover img { transform: scale(1.1); }

    /* 瀹炴櫙灞曠ず */
    .envir .envir-main { padding-top: 40px; position: relative; }
    .envir-main .envir-item { width: 312px; float: left; margin-right: 17px; cursor: pointer; }
    .envir-main .envir-item:nth-child(4n) { margin-right: 0; }
    .envir-item .envir-img { width: 312px; height: 206px; overflow: hidden; }
    .envir-img img { width: 100%; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .envir-item p { font-size: 16px; color: #333333; line-height: 1; text-align: center; padding: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .envir-item:hover img { transform: scale(1.1); }
    .envir-item:hover p { color: #d0231b; }

    /* 鍚堜綔浼欎即 */
    .partners .partners-main { padding-top: 20px; position: relative; }
    .partners-main .partners-item { width: 312px; height: 206px; border: 3px solid #e5e5e5; float: left; margin-top: 20px; margin-right: 17px; overflow: hidden; }
    .partners-main .partners-item:nth-child(4n) { margin-right: 0; }
    .partners-item img { width: 100%; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .partners-item:hover { border-color: #d0231b; }
    .partners-item:hover img { transform: scale(1.1); }

    /*-------- 浜у搧涓績 --------*/
    .product { padding-top: 50px; }
    .product .product-main { padding-top: 40px; }
    .product-main .product-heap { overflow: hidden; }
    .product-heap .product-item { width: 312px; float: left; margin-right: 17px; position: relative; font-size: 0; }
    .product-heap .product-item:nth-child(4n) { margin-right: 0; }
    .product-item a { display: inline-block; width: 100%; }
    .product-item .product-img { width: 312px; height: 230px; overflow: hidden; }
    .product-img img { width: 100%;height: 230px; transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; }
    .product-item p { font-size: 18px; color: #333333; line-height: 1; text-align: center; padding: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .product-item .product-border { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
    .product-border .pborder { position: absolute; transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; }
    .product-border .pborder:nth-of-type(1) { top:0; left:0; width:0; height:0; border-top:2px solid #d0231b; }
    .product-border .pborder:nth-of-type(2) { top:0; right:0; width:0; height:0; border-right:2px solid #d0231b; }
    .product-border .pborder:nth-of-type(3) { bottom:0; right:0; width:0; height:0; border-bottom:2px solid #d0231b; }
    .product-border .pborder:nth-of-type(4) { bottom:0; left:0; width:0; height:0; border-left:2px solid #d0231b; }

    .product-item:hover p { color: #d0231b; }
    .product-item:hover .product-border .pborder:nth-of-type(1){ width:100%; }
    .product-item:hover .product-border .pborder:nth-of-type(2){ height:100%; }
    .product-item:hover .product-border .pborder:nth-of-type(3){ width:100%; }
    .product-item:hover .product-border .pborder:nth-of-type(4){ height:100%; }

    /*-------- 浜у搧璇︽儏 --------*/
    .product-details { padding-top: 40px; }
    .product-details .pdetails-main { padding-bottom: 40px; overflow: hidden; }
    .ptitle { padding-bottom: 40px; border-bottom: 1px dashed #d2d2d2; }
    .ptitle .ptitle-l { width: 437px; height: 280px; overflow: hidden; float: left; }
    .ptitle .ptitle-l img { width: 100%; overflow: hidden; margin: 0; }
    .ptitle .ptitle-r { width: 815px; padding-left: 60px; padding-top: 35px; float: left; }
    .ptitle-r h1 { font-size: 30px; color: #333333; line-height: 1; font-weight: 800; }
    .ptitle-r .line { width: 60px; height: 4px; background-color: #d0231b; margin-top: 15px; }
    .ptitle-r .ptitle-infor { font-size: 14px; color: #333333; line-height: 1.7; text-transform: uppercase; margin-top: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
    .ptitle-r .ptitle-tel { margin-top: 30px; }
    .ptitle-tel p { font-size: 16px; color: #ffffff; line-height: 1; float: left; position: relative; padding: 8px 20px 8px 27px; background-color: #d0231b; }
    .ptitle-tel p::after { content: " "; width: 0; height: 0; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #d0231b; position: absolute; top: 0; right: -16px; }
    .ptitle-tel span { font-size: 20px; color: #ffffff; line-height: 1; font-weight: 800; float: left; padding: 6px 20px 6px 30px; background-color: #333333; }
    .pdetails-main .pdetails-h { padding: 40px 0 30px; }
    .pdetails-h img { display: table; margin: 0 auto; }
    .pdetails-main&gt;img { display: table; margin: 0 auto; margin-top: 20px; }
    .pdetails-main&gt;p { font-size: 16px; color: #666666; line-height: 1.7; text-indent: 2em; margin-top: 10px; }
    .details-l-btn { padding: 10px 0; border-top: 1px dashed #d2d2d2; overflow: hidden; position: relative; }
    .btn-ud { float: left; }
    .btn-ud p,.btn-ud p a { font-size: 14px; color: #999999; line-height: 1; margin-top: 12px; }
    .btn-ud a:hover { color: #d0231b; }
    .details-l-btn&gt;a:hover { background-color: #d0231b; color: #ffffff; }
    .details-l-btn&gt;a { font-size: 14px; color: #ffffff; background-color: #999999; padding: 5px 10px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

    /*-------- 浜у搧瑙嗛 --------*/
    .product-main .video-heap { overflow: hidden; }
    .video-heap .video-item { width: 312px; overflow: hidden; float: left; margin-right: 17px; font-size: 0; }
    .video-heap .video-item:nth-child(4n) { margin-right: 0; }
    .video-item a { display: inline-block; width: 100%; }
    .video-item .video-img { width: 312px; height: 200px; overflow: hidden; position: relative; }
    .video-img img { width: 100%; transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; }
    .video-img .mask { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5); z-index: 10; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .video-img i { font-size: 60px; color: #ffffff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 20; }
    .video-item p { font-size: 18px; color: #333333; line-height: 1; text-align: center; padding: 15px 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .video-item:hover .video-img img { transform: scale(1.3); }
    .video-item:hover .video-img .mask { background-color: rgba(0, 0, 0, .7); }
    .video-item:hover p { color: #d0231b; }

    /*-------- 瑙嗛璇︽儏 --------*/
    .vdetails-l { width: 70%; float: left; }
    .vdetails-l .vdetails-main { padding-bottom: 40px; overflow: hidden; }
    .vdetails-main video { width: 90%; display: table; margin: 0 auto; margin-bottom: 20px; }
    .vdetails-main h1 { font-size: 24px; color: #d0231b; line-height: 1; font-weight: 800; text-align: center; }
    .vdetails-main p { font-size: 16px; color: #666666; line-height: 1.7; text-indent: 2em; margin-top: 10px; }
    .vdetails-r { width: 30%; padding-left: 70px; float: left; }
    .vdetails-r .ltitle { overflow: hidden; font-size: 0; }
    .ltitle .ltitle-h { overflow: hidden; display: inline-block; position: relative; z-index: 20; }
    .ltitle-h h2 { font-size: 18px; color: #333333; line-height: 1; font-weight: 800; }
    .ltitle-h .hr { width: 100%; height: 3px; background-color: #333333; margin-top: 7px; }
    .ltitle .line { width: 100%; height: 1px; background-color: #d0231b; margin-top: -1px; position: relative; z-index: 10; }
    .vdetails-r .product-heap { margin-top: 20px; }

    /*-------- 鏂伴椈涓績 --------*/
    .newslist-heap .newslist-item { float: left; margin-right: 80px; padding: 20px 0; border-bottom: 1px dashed #d2d2d2; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .newslist-heap .newslist-item:nth-child(2n) { margin-right: 0; }
    .newslist-item .newslist-img { width: 180px; height: 124px; float: left; overflow: hidden; }
    .newslist-img img { width: 100%; }
    .newslist-item .newslist-text { width: 430px; float: left; padding-left: 20px; padding-top: 5px; }
    .newslist-text .newslist-title { width: 90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .newslist-text .newslist-title a { font-size: 20px; color: #333333; line-height: 1; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .newslist-text .newslist-date { font-size: 12px; color: #666666; margin-top: 15px; display: inline-block; }
    .newslist-text .newslist-con { font-size: 14px; color: #666666; line-height: 1.5; margin-top: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .newslist-item:hover .newslist-title a { color: #d0231b; font-weight: 800; }
    .newslist-title a:hover { margin-left: 15px; }

    /*-------- 鏂伴椈璇︽儏 --------*/
    .ndetails-main { padding-bottom: 40px; }
    .ndetails-main h1 { font-size: 24px; color: #d0231b; line-height: 1; font-weight: 800; text-align: center; padding: 20px 0 10px; }
    .ndetails-main .ndetails-date { padding: 15px 0; border-bottom: 1px dashed #d2d2d2; text-align: center; margin-bottom: 20px; }
    .ndetails-date span { font-size: 12px; color: #666666; line-height: 1; margin: 0 20px; }
    .ndetails-main p { font-size: 16px; color: #666666; line-height: 1.7; text-indent: 2em; margin-top: 10px; }
    .ndetails-main img { display: table; margin: 0 auto; margin-top: 20px; }
    .newslink { padding-top: 55px; }
    .newslink .link-product { padding-top: 20px; }
    .newslink .link-news { padding-top: 20px; }
    .newslink .newslink-heap { overflow: hidden; margin-top: 5px; }
    .newslink-heap .newslink-item { padding: 10px 0; border-bottom: 1px dashed #d2d2d2; }
    .newslink-item a { font-size: 14px; color: #666666; line-height: 1; width: 70%; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .newslink-item span { font-size: 12px; color: #808080; line-height: 1; float: right; }
    .newslink-item a:hover { color: #d0231b; }
    .newslink .newslink-tel { padding: 30px 15px; margin-top: 30px; background-color: #d0231b; }
    .newslink-tel p { font-size: 16px; color: #ffffff; line-height: 1; text-align: center; }
    .newslink-tel .line { width: 100%; height: 1px; background-color: #ffffff; margin-top: 10px; }
    .newslink-tel .newslink-tel-text { padding: 20px 15px 0 15px; }
    .newslink-tel-text i { font-size: 50px; color: #ffffff; float: left; }
    .newslink-tel-text .newslink-tel-p { float: left; padding-left: 15px; }
    .newslink-tel-p p { font-size: 24px; color: #ffffff; line-height: 1.5; font-weight: 800; text-align: left; }

    /*-------- 鑱旂郴鎴戜滑 --------*/
    .contactus { position: relative; }
    .contactus .contactus-map { height: 500px; border-bottom: 2px solid #d0231b; position: relative; }
    .contactus-map iframe { width: 100%; height: 100%; }
    .contactus-map .contactus-box { padding: 60px 20px 45px; background-color: #d0231b; position: absolute; right: 0; bottom: -30px; }
    .contactus-box::after { content: " "; width: 0; height: 0; border-width: 0 30px 30px 0; border-style: solid; border-color: transparent #b5140c; position: absolute; left: -30px; bottom: 0; }
    .contactus-box .contactus-text { padding-top: 25px; }
    .contactus-text p { font-size: 16px; color: #ffffff; line-height: 1; margin-top: 10px; }
    .contactus-box .contactus-b { padding-top: 25px; }
    .contactus-b .contactus-chat { width: 100px; height: 102px; overflow: hidden; float: left; }
    .contactus-chat img { width: 100%; }
    .contactus-b .contactus-tel { padding-top: 5px; padding-left: 20px; float: left; }
    .contactus-tel span { font-size: 12px; color: #ffffff; line-height: 1; }
    .contactus-tel p { font-size: 24px; color: #ffffff; line-height: 1; font-weight: 800; margin-top: 10px; }

    .contactus-message { padding-top: 60px; }
    .contactus-message form { margin-top: 50px; }
    .contactus-message ul { display: flex; justify-content: space-between; }
    .message-infor { width: 30%; font-size: 0; position: relative; }
    .message-infor.textarea { width: 100%; margin-top: 40px; }
    .message-infor input { font-size: 16px; color: #999999; width: 100%; height: 40px; padding: 5px 20px; border: 1px solid #cccccc; background-color: transparent; border-radius: 5px; }
    .message-infor textarea { font-size: 16px; color: #999999; width: 100%; padding: 10px 20px; border: 1px solid #cccccc; background-color: transparent; border-radius: 5px; resize: none; }
    .minput::-webkit-input-placeholder { font-size: 16px; color: #999999; }
    .minput::-moz-placeholder { font-size: 16px; color: #999999; }
    .minput::-ms-input-placeholder { font-size: 16px; color: #999999; }
    .mtextarea::-webkit-input-placeholder { font-size: 16px; color: #999999; }
    .mtextarea::-moz-placeholder { font-size: 16px; color: #999999; }
    .mtextarea::-ms-input-placeholder { font-size: 16px; color: #999999; }
    .message-infor i { font-size: 18px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }
    .message-infor.textarea i { top: auto; bottom: 10px; transform: translateY(0); }
    .message-infor .state1 { color: red; }
    .message-infor .state2 { color: green; }
    .message-btn { font-size: 0; text-align: right; padding: 20px 0 10px; }
    .message-btn button { font-size: 16px; color: #ffffff; padding: 5px 28px; border-radius: 5px; border: none; cursor: pointer; outline: none; }
    .btn-submit { background-color: #e4342c; }
    .btn-submit:hover { background-color: #d0231b; }

}

/*----------- 鎵嬫満绔� -----------*/
@media screen and (max-width:749px) and (min-width:360px) {
    .pc { display: none; }
    .mob { display: block; }


    /*-------- common --------*/
    
    /* 澶撮儴瀵艰埅 */
    .m-header { padding: 9px 0; background-color: #ffffff; position: fixed; left: 0; top: 0; width: 100%; z-index: 999; }
    .m-container { width: 93%; margin: 0 auto; position: relative; }
    .m-header .logo { height: 40px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 20; }
    .logo img { height: 100%; }
    .caption { width: 85%; float: left; padding: 2px 10px 2px 140px; position: relative; }
    .caption .line { height: 38px; width: 1px; background-color: #cccccc; float: left; }
    .caption p { font-size: 14px; color: #424242; line-height: 1.4; margin-left: 10px; position: absolute; top: 50%; transform: translateY(-50%); }
    .nav-btn { width: 42px; height: 42px; background: url(../images/nav_btn.png) no-repeat; float: right; cursor: pointer; }
    .nav-list { padding: 5px 0; background-color: rgba(51, 51, 51, .9); position: fixed; right: 0; top: -100%; width: 100%; z-index: 40;transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .nav-list li { text-align: center; }
    .nav-list a { font-size: 14px; color: #ffffff; line-height: 35px; padding: 0 20px; display: inline-block; width: 100%; }
    .nav-list li:hover,.nav-list li.active { background-color: #d0231b; }
    .show { top: 60px; }

    /* banenr */
    .m-banner { position: relative; overflow-x: hidden; margin-top: 60px; }
    .m-banner-img { overflow: hidden; }
    .m-banner-img ul { position: relative; }
    .m-banner-img li { float: left; width: 100%; font-size: 0; }
    .m-banner-img li a { display: inline-block; width: 100%; height: 100%; }
    .m-banner-img img { width: 100%; }
    .m-banner-icons { position: absolute; bottom: 10px; left: 50%; z-index: 30; transform: translateX(-50%); }
    .m-banner-icons .swiper-pagination-bullet { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; box-shadow: 0px 1px 2px #555 inset; margin: 0 3px; opacity: 1; cursor: pointer; outline: none; }
    .m-banner-icons .swiper-pagination-bullet-active { background: #ffffff; }

    /* 搴曢儴 */
    .footer { padding: 20px 0 30px; margin-bottom: 40px; background: url(../images/footer_bg.png) no-repeat; position: relative; }
    .footer p { font-size: 14px; color: #ffffff; line-height: 1; text-align: center; margin-top: 10px;  }
    .footer p a { font-size: 14px; color: #ffffff; line-height: 1; } 



    .key { background-color: #d0231b; text-align: center; padding: 10px 0; font-size: 0; position: fixed; bottom: 0; width: 100%; z-index: 999; }
    .key i { font-size: 20px; color: #ffffff; line-height: 1; display: inline-block; margin-right: 10px; }
    .key a { font-size: 16px; color: #ffffff; line-height: 1; display: inline-block; }

    /* 缃戠珯瀵艰埅 */
    .address-nav { overflow: hidden; font-size: 0; padding: 12px 0; box-shadow: 0px 4px 6px #b8b8b8; position: relative; z-index: 20; }
    .address-nav b { font-size: 12px; color: #1f1f1f; font-weight: normal; line-height: 1; display: inline-block; }
    .address-nav i { font-style: normal; }
    .address-nav a { font-size: 12px; color: #1f1f1f; }
    .address-nav a.cur,.address-nav a:hover { color: #d0231b; }

    /* 鍒嗛〉 */
    .pagination-bar { font-size: 0; text-align: center; padding: 20px 0 10px; }
    .pagination-bar a { font-size: 16px; color: #4c4c4c; line-height: 25px; border: 1px solid #4d4d4d; background-color: #ffffff; display: inline-block; width: 25px; height: 25px; margin: 0 2px; }
    .pagination-bar a.on,.pagination-bar a:hover { color: #ffffff; background-color: #4d4d4d; }
    .pagination-bar span { font-size: 16px; display: inline-block; width: 25px; }


    /*-------- 棣栭〉鍐呭 --------*/

    /* 鎼滅储妗� */
    .search { padding: 10px 0; box-shadow: 0px 4px 6px #b8b8b8; }
    .search input { width: 100%; height: 30px; padding: 10px 40px 10px 15px; border: 1px solid #dcdcdc; font-size: 14px; color: #b2b2b2; line-height: 1; }
    .search input::-webkit-input-placeholder { font-size: 14px; color: #b2b2b2; line-height: 1; }
    .search input::-moz-input-placeholder { font-size: 14px; color: #b2b2b2; }
    .search button { background: none; font-size: 20px; color: #d0231b; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }

    /* 浜у搧涓績 */
    .iproduct { padding: 40px 0 20px; }
    .ititle { margin: 0 auto; overflow: hidden; text-align: center; }
    .ititle img { display: table; margin: 0 auto; }
    .ititle span { font-size: 12px; color: #333333; line-height: 1; display: inline-block; margin-top: 10px; }
    .iproduct .iproduct-heap { position: relative; padding-top: 30px; }
    .iproduct-heap .iproduct-item { width: 155px; float: left; margin-right: 12px; font-size: 0; }
    .iproduct-item a { display: inline-block; width: 100%; }
    .iproduct-item .iproduct-img { width: 155px; height: 105px; overflow: hidden; position: relative; }
    .iproduct-img img { width: 100%; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img .mask { background-color: rgba(208, 35, 27, .4); position: absolute; top: 0; left: 0; right: 0; bottom: 0; visibility: hidden; opacity: 0; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img span { font-size: 16px; color: #ffffff; position: absolute; left: 50%; top: 60%; transform: translate(-50%,-50%); visibility: hidden; opacity: 0; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img::before,.iproduct-img::after { content: ""; position: absolute; top: 15px; bottom: 15px; left: 15px; right: 15px; z-index: 20; transform-origin: 0 0; -webkit-transform-origin: 0 0; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .iproduct-img::before { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; transform: scaleX(0); }
    .iproduct-img::after { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; transform: scaleY(0); }
    .iproduct-item:hover .iproduct-img::before { transform: scaleX(1); }
    .iproduct-item:hover .iproduct-img::after { transform: scaleY(1); }
    .iproduct-item:hover .mask { visibility: visible; opacity: 1; }
    .iproduct-item:hover .iproduct-img span { visibility: visible;top: 50%; opacity: 1; }
    .iproduct-item:hover img { transform: scale(1.1); opacity: 0.7; }
    .iproduct-item .iproduct-text { padding: 7px 10px; text-align: center; }
    .iproduct-text .iproduct-infor { font-size: 16px; color: #d0231b; font-weight: 800; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .iproduct-text .iproduct-con { font-size: 16px; color: #333333; line-height: 1.4; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

    /* 閫氭爮 */
    .center { font-size: 0; }
    .center img { width: 100%; }

    /* 鍏徃绠€浠� */
    .icompany { padding: 30px 0; font-size: 0; }
    .icompany&gt;.m-container&gt;img { width: 100%; }
    .icompany .icompany-main { padding-top: 30px; }
    .icompany-main .icompany-text { padding-top: 5px; }
    .icompany-main p { font-size: 12px; color: #808080; line-height: 1.7; margin-top: 5px; }
    .icompany-text p:last-of-type { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .icompany-main .icompany-more { font-size: 12px; color: #cccccc; line-height: 1; padding: 4px 11px; margin-top: 15px; border: 1px solid #cccccc; display: inline-block; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .icompany-main .icompany-more:hover { background-color: #cccccc; color: #ffffff; }

    /* 鏂伴椈涓績*/
    .inews { padding: 30px 0; background-color: #f5f5f5; }
    .inews .inews-heap { padding-top: 20px; }
    .inews-heap .inews-item { padding: 10px 0; border-bottom: 1px dashed #d2d2d2; }
    .inews-item .inews-title { width: 90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .inews-item .inews-title a { font-size: 16px; color: #333333; line-height: 1; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .inews-item .inews-date { font-size: 12px; color: #999999; line-height: 1; margin: 10px 0; display: inline-block; }
    .inews-item .inews-infor { font-size: 12px; color: #666666; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .inews-item:hover .inews-title a { color: #d0231b; }
    .inews-title a:hover { margin-left: 10px; }
    .inews .inews-more { font-size: 12px; color: #ffffff; line-height: 1; padding: 5px 12px; background-color: #cccccc; margin: 0 auto; margin-top: 20px; display: table; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
    .inews-more:hover { background-color: #d0231b; }
    
    /* 鍚堜綔浼欎即 */
    .ipartners { padding: 30px 0; }
    .ipartners .ipartners-main { margin-top: 20px; }
    
    .ipartners-main.owl-carousel .owl-nav { display: block !important; }
    .ipartners-main.owl-carousel .owl-nav button { background-color: rgba(255, 255, 255, .5) !important; outline: none; padding: 6px 5px 6px 0px !important; position: absolute; top: 50%; transform: translateY(-50%); }
    .ipartners-main.owl-carousel .owl-nav button i { font-size: 30px; color: #343434; width: 20px; margin-left: -5px; display: inline-block; }
    .owl-nav .owl-prev { left: 5px; }
    .owl-nav .owl-next { right: 5px; }
    .ipartners-main.owl-carousel .owl-nav button:hover { background-color: rgba(255, 255, 255, .8) !important; }
    .ipartners-main.owl-carousel .owl-nav button:hover i { color: #d0231b; }

    /*-------- 鍏徃绠€浠� --------*/
    
    /* 鍏徃绠€浠� */
    .inset-tab { padding-top: 10px; position: relative; }
    .inset-tab li { float: left; margin-right: 8px; margin-top: 10px; position: relative; }
    .inset-tab li:last-child { margin-right: 0; }
    .inset-tab a { font-size: 12px; color: #ffffff; line-height: 1; padding: 6px 12px; background-color: #333333; border-radius: 4px; display: inline-block; position: relative; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .inset-tab li.on a,.inset-tab li:hover a { background-color: #d0231b; }
    .company { padding: 30px 0 20px; font-size: 0; }
    .company&gt;.m-container&gt;img { width: 100%; }
    .company .company-main { padding-top: 20px; }
    .company-main .company-text { padding-top: 5px; }
    .company-main p { font-size: 12px; color: #333333; line-height: 1.7; margin-top: 5px; }
    .company .company-adv { padding-top: 20px; }
    .company-adv ul { display: flex; justify-content: space-between; }
    .company-adv .company-li { width: 70px; overflow: hidden; }
    .company-li img { width: 100%; }
    .company-li p { font-size: 12px; color: #333333; line-height: 1; text-align: center; padding: 5px 0; }

    /* 浼佷笟鏂囧寲 */
    .culture { padding-top: 20px; }
    .culture .com p { font-size: 12px; color: #333333; line-height: 1.7; }
    .culture .com-1 { padding: 30px 0; background: url(../images/com_bg1.png) no-repeat center center; }
    .com-1 .com-p { margin-top: 20px; }
    .com-1 .com-p p:last-of-type { text-align: right; }
    .culture .com-2 { padding: 40px 0 30px; background: url(../images/com_bg2.png) no-repeat center center; }
    .com-2 img { display: table; margin: 0 auto; }
    .com-2 .com-p { margin-top: 25px; }
    .culture .com-3 { padding: 40px 0 30px; background: url(../images/com_bg3.png) no-repeat center center; }
    .com-3 img { float: right; }
    .com-3 .com-p { margin-top: 50px; text-align: right; }
    .culture .com-4 { padding: 40px 0 30px; background: url(../images/com_bg4.png) no-repeat center center; }
    .com-4 img { display: table; margin: 0 auto; }
    .com-4 .com-p { margin-top: 30px; }
    .culture .com-5 { padding: 40px 0 30px; background: url(../images/com_bg5.png) no-repeat center center; }
    .com-5 .com-p { margin-top: 20px; }

    /* 鍙戝睍鍘嗙▼ */
    .history { padding: 30px 0; }
    .title { display: table; margin: 0 auto; }
    .history .history-main { margin-top: 30px; position: relative; }
    .history-main .history-t { position: absolute; left: 50%; top: 0px; transform: translateX(-50%); }
    .history-main .history-b { position: absolute; left: 50%; bottom: 0; margin-left: -10px; }
    .history-main img { display: table; margin: 0 auto; }
    .history .history-item { position: absolute; width: 50%; }
    .history-item p { font-size: 20px; color: #d0231b; font-weight: 800; line-height: 1; margin-bottom: 10px; }
    .history-item span { font-size: 12px; color: #333333; line-height: 1.4; display: inline-block; }
    .history-main .history-item:nth-child(2n+1) { left: 9px; padding: 30px 40px 10px 0; text-align: right; background: url(../images/history_l.png) no-repeat right bottom; }
    .history-main .history-item:nth-child(2n) { right: 11px; padding: 30px 0 10px 40px; text-align: left; background: url(../images/history_r.png) no-repeat left bottom; }

    /* 鑽ｈ獕璧勮川 */
    .honor { padding: 30px 0 20px; }
    .honor .honor-main { padding-top: 10px; position: relative; }
    .honor-main .honor-item { width: 150px; height: 230px; border: 3px solid #e5e5e5; float: left; margin-right: 15px; margin-top: 15px; overflow: hidden; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .honor-item img { width: 100%; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .honor-main .honor-item:hover { border-color: #cccccc; box-shadow: 0 0 5px #cccccc; }
    .honor-item:hover img { transform: scale(1.1); }

    /* 瀹炴櫙灞曠ず */
    .envir { padding: 30px 0 20px; }
    .envir .envir-main { padding-top: 30px; position: relative; }
    .envir-main .envir-item { width: 155px; float: left; margin-right: 12px; cursor: pointer; }
    .envir-item .envir-img { width: 155px; height: 102px; overflow: hidden; }
    .envir-img img { width: 100%; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .envir-item p { font-size: 12px; color: #333333; line-height: 1; text-align: center; padding: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .envir-item:hover img { transform: scale(1.1); }
    .envir-item:hover p { color: #d0231b; }

    /* 鍚堜綔浼欎即 */
    .partners { padding: 30px 0 20px; }
    .partners .partners-main { padding-top: 10px; position: relative; }
    .partners-main .partners-item { width: 155px; height: 102px; border: 3px solid #e5e5e5; float: left; margin-top: 10px; margin-right: 12px; }
    .partners-item:hover { border-color: #d0231b; }

    /*-------- 浜у搧涓績 --------*/
    .product { padding: 30px 0 20px; }
    .product .product-main { padding-top: 30px; }
    .product-main .product-heap { overflow: hidden; }
    .product-heap .product-item { width: 155px; float: left; margin-right: 12px; position: relative; font-size: 0; }
    .product-item a { display: inline-block; width: 100%; }
    .product-item .product-img { width: 155px; height: 105px; overflow: hidden; }
    .product-img img { width: 100%; transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; }
    .product-item p { font-size: 14px; color: #333333; line-height: 1; text-align: center; padding: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .product-item .product-border { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
    .product-border .pborder { position: absolute; transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; }
    .product-border .pborder:nth-of-type(1) { top:0; left:0; width:0; height:0; border-top:2px solid #d0231b; }
    .product-border .pborder:nth-of-type(2) { top:0; right:0; width:0; height:0; border-right:2px solid #d0231b; }
    .product-border .pborder:nth-of-type(3) { bottom:0; right:0; width:0; height:0; border-bottom:2px solid #d0231b; }
    .product-border .pborder:nth-of-type(4) { bottom:0; left:0; width:0; height:0; border-left:2px solid #d0231b; }
    .product-item:hover img { transform: scale(1.2); }
    .product-item:hover p { color: #d0231b; }
    .product-item:hover .product-border .pborder:nth-of-type(1){ width:100%; }
    .product-item:hover .product-border .pborder:nth-of-type(2){ height:100%; }
    .product-item:hover .product-border .pborder:nth-of-type(3){ width:100%; }
    .product-item:hover .product-border .pborder:nth-of-type(4){ height:100%; }

    /*-------- 浜у搧璇︽儏 --------*/
    .product-details { padding-top: 20px; }
    .product-details .pdetails-main { padding-bottom: 25px; overflow: hidden; }
    .pdetails-main .ptitle { padding-bottom: 20px; }
    .ptitle .ptitle-l { width: 100%; overflow: hidden; }
    .ptitle .ptitle-l img { width: 100%; overflow: hidden; margin: 0; }
    .ptitle .ptitle-r { padding-top: 15px; }
    .ptitle-r h1 { font-size: 24px; color: #333333; line-height: 1.3; font-weight: 800; }
    .ptitle-r .line { width: 60px; height: 4px; background-color: #d0231b; margin-top: 15px; }
    .ptitle-r .ptitle-infor { font-size: 12px; color: #333333; line-height: 1.7; text-transform: uppercase; margin-top: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
    .ptitle-r .ptitle-tel { margin-top: 15px; }
    .ptitle-tel p { font-size: 12px; color: #ffffff; line-height: 1; float: left; position: relative; padding: 10px 15px 10px 20px; background-color: #d0231b; }
    .ptitle-tel p::after { content: " "; width: 0; height: 0; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #d0231b; position: absolute; top: 0; right: -16px; }
    .ptitle-tel span { font-size: 16px; color: #ffffff; line-height: 1; font-weight: 800; float: left; padding: 8px 20px 8px 30px; background-color: #333333; }
    .pdetails-main .pdetails-h { padding: 20px 0; }
    .pdetails-h img { display: table; margin: 0 auto; }
    .pdetails-main&gt;img { width: 80%; display: table; margin: 0 auto; margin-top: 20px; }
    .pdetails-main&gt;p { font-size: 12px; color: #666666; line-height: 1.7; text-indent: 2em; margin-top: 10px; }
    .details-l-btn { padding: 10px 0 20px; border-top: 1px dashed #d2d2d2; overflow: hidden; position: relative; }
    .btn-ud { float: left; }
    .btn-ud p,.btn-ud p a { font-size: 12px; color: #999999; line-height: 1; margin-top: 12px; }
    .btn-ud a:hover { color: #d0231b; }
    .details-l-btn&gt;a:hover { background-color: #d0231b; color: #ffffff; }
    .details-l-btn&gt;a { font-size: 12px; color: #ffffff; background-color: #999999; padding: 5px 10px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

    /*-------- 浜у搧瑙嗛 --------*/
    .product-main .video-heap { overflow: hidden; }
    .video-heap .video-item { width: 155px; overflow: hidden; float: left; margin-right: 12px; font-size: 0; }
    .video-item a { display: inline-block; width: 100%; }
    .video-item .video-img { width: 155px; height: 99px; overflow: hidden; position: relative; }
    .video-img img { width: 100%; transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; }
    .video-img .mask { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .5); z-index: 10; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .video-img i { font-size: 40px; color: #ffffff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 20; }
    .video-item p { font-size: 14px; color: #333333; line-height: 1; text-align: center; padding: 10px 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .video-item:hover .video-img img { transform: scale(1.3); }
    .video-item:hover .video-img .mask { background-color: rgba(0, 0, 0, .7); }
    .video-item:hover p { color: #d0231b; }

    /*-------- 瑙嗛璇︽儏 --------*/
    .vdetails-t { overflow: hidden; }
    .vdetails-t .vdetails-main { padding-bottom: 25px; overflow: hidden; }
    .vdetails-main video { width: 90%; display: table; margin: 0 auto; margin-bottom: 20px; }
    .vdetails-main h1 { font-size: 18px; color: #d0231b; line-height: 1; font-weight: 800; text-align: center; }
    .vdetails-main&gt;p { font-size: 12px; color: #666666; line-height: 1.7; text-indent: 2em; margin-top: 10px; }
    .vdetails-b { overflow: hidden; padding-bottom: 20px; }
    .vdetails-b .link-product { padding: 10px 0; }
    .vdetails-b .link-news { padding: 10px 0; }
    .ltitle { overflow: hidden; font-size: 0; }
    .ltitle .ltitle-h { overflow: hidden; display: inline-block; position: relative; z-index: 20; }
    .ltitle-h h2 { font-size: 18px; color: #333333; line-height: 1; font-weight: 800; }
    .ltitle-h .hr { width: 100%; height: 3px; background-color: #333333; margin-top: 7px; }
    .ltitle .line { width: 100%; height: 1px; background-color: #d0231b; margin-top: -1px; position: relative; z-index: 10; }
    .vdetails-b .product-heap { margin-top: 20px; }

    /*-------- 鏂伴椈涓績 --------*/
    .product-main.newslist-main { padding-top: 10px; }
    .newslist-heap .newslist-item { padding: 10px 0; border-bottom: 1px dashed #d2d2d2; }
    .newslist-item .newslist-title { width: 90%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .newslist-item .newslist-title a { font-size: 16px; color: #333333; line-height: 1; transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; }
    .newslist-item .newslist-date { font-size: 12px; color: #999999; margin-top: 5px; display: inline-block; }
    .newslist-item .newslist-con { font-size: 12px; color: #666666; line-height: 1.5; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
    .newslist-item:hover .newslist-title a { color: #d0231b; }
    .newslist-title a:hover { margin-left: 10px; font-weight: 800; }

    /*-------- 鏂伴椈璇︽儏 --------*/
    .ndetails-main { padding-bottom: 25px; }
    .ndetails-main h1 { font-size: 20px; color: #d0231b; line-height: 1.3; font-weight: 800; text-align: center; padding: 10px 0; }
    .ndetails-main .ndetails-date { padding: 10px 0 20px; border-bottom: 1px dashed #d2d2d2; text-align: center; margin-bottom: 10px; }
    .ndetails-date span { font-size: 12px; color: #666666; line-height: 1; margin: 0 10px; }
    .ndetails-main&gt;p { font-size: 12px; color: #666666; line-height: 1.7; text-indent: 2em; margin-top: 10px; }
    .ndetails-main&gt;img { width: 80%; display: table; margin: 0 auto; margin-top: 15px; }

    .link-news .newslink-heap { padding-top: 5px; }
    .newslink .newslink-heap { overflow: hidden; margin-top: 5px; }
    .newslink-heap .newslink-item { padding: 10px 0; border-bottom: 1px dashed #d2d2d2; }
    .newslink-item a { font-size: 12px; color: #666666; line-height: 1; width: 70%; float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .newslink-item span { font-size: 12px; color: #808080; line-height: 1; float: right; }
    .newslink-item a:hover { color: #d0231b; }

    /*-------- 鑱旂郴鎴戜滑 --------*/
    .contactus { position: relative; z-index: 30; }
    .contactus .contactus-t { display: table; margin: 0 auto; }
    .contactus .contactus-box { padding: 40px 10px 100px; background-color: #d0231b; background-image: url(../images/contact_bg.png); background-repeat: no-repeat; background-position: center right; }
    .contactus-box .contactus-text { padding-top: 20px; }
    .contactus-text p { font-size: 14px; color: #ffffff; line-height: 1; margin-top: 10px; }
    .contactus-box .contactus-tel { padding-top: 20px; }
    .contactus-tel p { font-size: 14px; color: #ffffff; line-height: 1; font-weight: 800; }
    .contactus-tel a { font-size: 20px; color: #ffffff; line-height: 1; font-weight: 800; margin-top: 10px; display: block; }

    .contactus-message { padding-top: 40px; }
    .contactus-message form { padding-top: 10px; }
    .message-infor { width: 100%; font-size: 0; position: relative; margin-top: 20px; }
    .message-infor.textarea { width: 100%; }
    .message-infor input { font-size: 12px; color: #999999; width: 100%; height: 30px; padding: 5px 20px 5px 10px; border: 1px solid #cccccc; background-color: transparent; border-radius: 5px; }
    .message-infor textarea { font-size: 12px; color: #999999; width: 100%; padding: 5px 20px 5px 10px; border: 1px solid #cccccc; background-color: transparent; border-radius: 5px; resize: none; }
    .minput::-webkit-input-placeholder { font-size: 12px; color: #999999; }
    .minput::-moz-placeholder { font-size: 12px; color: #999999; }
    .minput::-ms-input-placeholder { font-size: 12px; color: #999999; }
    .mtextarea::-webkit-input-placeholder { font-size: 12px; color: #999999; }
    .mtextarea::-moz-placeholder { font-size: 12px; color: #999999; }
    .mtextarea::-ms-input-placeholder { font-size: 12px; color: #999999; }
    .message-infor i { font-size: 12px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }
    .message-infor.textarea i { top: auto; bottom: 5px; transform: translateY(0); }
    .message-infor .state1 { color: red; }
    .message-infor .state2 { color: green; }
    .message-btn { font-size: 0; text-align: center; padding: 20px 0 10px; }
    .message-btn button { font-size: 12px; color: #ffffff; padding: 5px 60px; border-radius: 5px; border: none; cursor: pointer; outline: none; }
    .btn-submit { background-color: #e4342c; }
    .btn-submit:hover { background-color: #d0231b; }




}</pre></body></html>